home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1989 …il & Dave's Excellent CD
/
Excellent CD HFS.raw
/
Utilities
/
ResEdit
/
Examples
/
PExamples
/
Source
/
LDEF.a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-01-01
|
436 b
|
24 lines
|
[
TEXT/MPS
]
; COPYRIGHT (C) 1984-1989 Apple Computer,Inc.
; All rights reserved
;LDEF.a
BLANKS ON
STRING ASIS
StdLDEF MAIN EXPORT
IMPORT DrawCell
BRA.S @0 ; enter here
DC.W 0 ; flags word
DC.B 'LDEF' ; type
DC.W 0 ; ID
DC.W 0 ; version
@0
JMP DrawCell
END